home *** CD-ROM | disk | FTP | other *** search
- Path: modem1.rz.uni-duesseldorf.de!remigy
- From: remigy@uni-duesseldorf.de (Mathias Remigy)
- Newsgroups: comp.lang.c++
- Subject: heap fragmentation
- Date: Thu, 29 Feb 1996 07:39:17 UNDEFINED
- Organization: rz.uni-duesseldorf.de
- Message-ID: <remigy.38.00074F18@uni-duesseldorf.de>
- NNTP-Posting-Host: modem1.rz.uni-duesseldorf.de
- X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #1]
-
- Hi,
-
- I have written a program that dynamically allocates
- matrices, defined as _double **M_, taking care to free
- them after use.
-
- The functions have been tested, and, as far as I can tell
- as a C novice, they are bug free.
-
- The problem is that the program crashes every once in a while,
- complaining about allocation problem. Could heap fragmentation
- be the snag, and if it is, what can I do about it ?
-
- Thank you for your answer.
-
- Regards,
-
- Mathias.
- (mathias.remigy@uni-duesseldorf.de)
-